home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / pxfpause.z / pxfpause
Text File  |  1998-10-30  |  2KB  |  53 lines

  1. PXFPAUSE(3F)                                          Last changed: 2-26-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFPPAAUUSSEE - Suspends process execution until signal
  6.  
  7. SSYYNNOOPPSSIISS
  8.      SSUUBBRROOUUTTIINNEE PPXXFFPPAAUUSSEE ((_i_e_r_r_o_r))
  9.      IINNTTEEGGEERR _i_e_r_r_o_r
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      IEEE standard interface for FORTRAN 77
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The PPXXFFPPAAUUSSEE subroutine uses the ppaauussee(2) system call to suspend the
  19.      calling process until it receives a signal.  The signal must be one
  20.      that is not currently set to be ignored by the calling process.
  21.  
  22.      The following argument is valid for this routine:
  23.  
  24.      _i_e_r_r_n_o
  25.           A default integer output variable that contains nonzero if
  26.           PPXXFFPPAAUUSSEE returned.  This subroutine never returns with a zero or
  27.           successful status.
  28.  
  29.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  30.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  31.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  32.      7.2 F77 compiler.
  33.  
  34.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  35.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  36.      kind unless documented otherwise. On UNICOS and UNICOS/mk, default
  37.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  38.      IRIX systems, the default kind is KKIINNDD==44.
  39.  
  40. NNOOTTEESS
  41.      Replace any Fortran reference to ppaauussee(()) with a subroutine call to
  42.      PPXXFFPPAAUUSSEE.
  43.  
  44.      On UNICOS and UNICOS/mk systems, ppaauussee is a function or a subroutine
  45.      reference.  On IRIX systems, it is a function reference.
  46.  
  47. SSEEEE AALLSSOO
  48.      ppaauussee(2)
  49.      PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
  50.  
  51.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  52.      SR-2165, for the printed version of this man page.
  53.